crypto/tls.ecdheParameters.SharedKey (method)
5 uses
crypto/tls (current package)
handshake_client_tls13.go#L347: sharedKey := hs.ecdheParams.SharedKey(hs.serverHello.serverShare.data)
handshake_server_tls13.go#L214: hs.sharedKey = params.SharedKey(clientKeyShare.data)
key_agreement.go#L262: preMasterSecret := ka.params.SharedKey(ckx.ciphertext[1:])
key_agreement.go#L301: ka.preMasterSecret = params.SharedKey(publicKey)
key_schedule.go#L109: SharedKey(peerPublicKey []byte) []byte
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)